SftTree/NET 2.0

Visible Property, HeadersClass Class

Softel vdm, Inc.

Defines whether column headers and the header area are visible.

Syntax      HeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property Visible As Boolean

C#   

public bool Visible { get; set; }

C++   

public: property bool Visible {
        bool get();
        void set(bool value);
}

Property Value

True if column headers are visible, otherwise False.

The default value is True.

Comments

The Visible property defines whether column headers and the header area are visible.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com